home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / program / gucrtr13.lha / GUICreator1.3 / GUIC.lha / GUICreator / Demos / Printer_temp.c < prev    next >
C/C++ Source or Header  |  1995-08-22  |  3KB  |  105 lines

  1. #include <exec/types.h>
  2. #include <graphics/gfxbase.h>
  3. #include <intuition/gadgetclass.h>
  4.  
  5. #include <clib/alib_protos.h>
  6. #include <clib/exec_protos.h>
  7. #include <clib/intuition_protos.h>
  8. #include <clib/gadtools_protos.h>
  9. #include <clib/graphics_protos.h>
  10. #include <clib/dos_protos.h>
  11.  
  12. #include "Printer.h"
  13.  
  14.  
  15. /* Functions for PrinterPrefsWindow */
  16.  
  17. /// UserSetupPrinterPrefsWindow()
  18. void UserSetupPrinterPrefsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata)
  19. {
  20. }
  21. ///
  22. /// UserRefreshPrinterPrefsWindow()
  23. void UserRefreshPrinterPrefsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata)
  24. {
  25. }
  26. ///
  27.  
  28. void ItemOpenClicked(struct Window *win,struct Gadget *wingads[],APTR userdata)
  29. {
  30. }
  31. void ItemSaveClicked(struct Window *win,struct Gadget *wingads[],APTR userdata)
  32. {
  33. }
  34. void ItemQuitClicked(struct Window *win,struct Gadget *wingads[],APTR userdata)
  35. {
  36. }
  37.  
  38.  
  39.  
  40. /// Gadget2Clicked()
  41. void Gadget2Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  42. {
  43. }
  44. ///
  45. /// Gadget3Clicked()
  46. void Gadget3Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  47. {
  48. }
  49. ///
  50. /// Gadget5Clicked()
  51. void Gadget5Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  52. {
  53. }
  54. ///
  55. /// Gadget4Clicked()
  56. void Gadget4Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  57. {
  58. }
  59. ///
  60. /// Gadget6Clicked()
  61. void Gadget6Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  62. {
  63. }
  64. ///
  65. /// Gadget7Clicked()
  66. void Gadget7Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  67. {
  68. }
  69. ///
  70. /// Gadget8Clicked()
  71. void Gadget8Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  72. {
  73. }
  74. ///
  75. /// Gadget9Clicked()
  76. void Gadget9Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  77. {
  78. }
  79. ///
  80. /// Gadget10Clicked()
  81. void Gadget10Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  82. {
  83. }
  84. ///
  85. /// Gadget11Clicked()
  86. void Gadget11Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  87. {
  88. }
  89. ///
  90. /// Gadget12Clicked()
  91. void Gadget12Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  92. {
  93. }
  94. ///
  95. /// Gadget13Clicked()
  96. void Gadget13Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  97. {
  98. }
  99. ///
  100. /// Gadget14Clicked()
  101. void Gadget14Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  102. {
  103. }
  104. ///
  105.